home *** CD-ROM | disk | FTP | other *** search
- This is a modifiedversion of mcc, which allows you to fix syntax errors quickly
- in Icon programs. It runs icont and stores the error output. It then pops
- you back into an editor positioned at the first syntax error.
-
- In order to use it with icont, you must define the following
- environment variables:
-
- COMPILER=icont
- ERRORPATTERN='File %f; Line %l # %m'
-
- Then just "mcc foo.icn" will put you into a icont-edit loop
- until you abort out.
-
- Alan Wendt
-